services.restic.backups.<name>.timerConfig

When to run the backup. See systemd.timer(5) for details. If null no timer is created and the backup will only run when explicitly started.

Type
null or (attribute set of (systemd option))
Default
{
  OnCalendar = "daily";
  Persistent = true;
}
Example
{
  OnCalendar = "00:05";
  Persistent = true;
  RandomizedDelaySec = "5h";
}
Declared
<nixpkgs/nixos/modules/services/backup/restic.nix>